-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restrict Custom Homebrew Item Properties #3
Restrict Custom Homebrew Item Properties #3
Conversation
a fine plan, but not sure about calling it Would be happy with |
Sounds good to me 👍
Would you like this formatted in the modes style below and made available to both UA and brew? "$$if": {
"modes": ["brew", "ua"],
"value": {
"customProperties": {
// etc
}
}
}, |
might as well 👍 |
This PR restricts additional item properties for homebrew to a dedicated
homebrew
object.This has the following benefits:
This has the following disadvantages:
{{item.<key>}}
becomes strictly worse for homebrew as{{item.homebrew.<key>}}
magicvariant
includes
/excludes
works may need to be confirmed and reworked to work with this next level down object.Fixes to homebrew data are being made here TheGiddyLimit/homebrew#1841
It is likely this will also serve as the PR for the migration of custom props to the new area